Skip to main content
POST
/
action
/
meeting_prep_v3_load_user_context
[P2] V3 Load User Context
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/meeting_prep_v3_load_user_context \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_data": "{{user.context}}",
  "user_email": "{{_google_email}}",
  "output_variable_name": "user_context",
  "meeting_type": "general",
  "custom_goals": "<string>",
  "voice_profile": "professional"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
user_data
string
default:{{user.context}}
required

The full user context object including optional seller_profile.

user_email
string
default:{{_google_email}}
required

Current user's email address.

output_variable_name
string
default:user_context
required

Variable name to store user context with seller profile data.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
meeting_type
string
default:general

Type of meeting for goal suggestions.

custom_goals
string

Optional custom meeting goals.

voice_profile
enum<string>
default:professional

Voice/tone profile for the meeting prep.

Available options:
professional,
friendly,
executive,
technical

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action